Click or drag to resize
ProfilerShortCustomValue Method (String, Single, NullableMyTimeSpan, String, String, String, Int32, String)

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRage.ProfilerShort.CustomValue(System.String,System.Single,System.Nullable{VRage.Library.Utils.MyTimeSpan},System.String,System.String,System.String,System.Int32,System.String)"]

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public static void CustomValue(
	string name,
	float value,
	Nullable<MyTimeSpan> customTime,
	string timeFormat = null,
	string valueFormat = null,
	string member = "",
	int line = 0,
	string file = ""
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:VRage.ProfilerShort.CustomValue(System.String,System.Single,System.Nullable{VRage.Library.Utils.MyTimeSpan},System.String,System.String,System.String,System.Int32,System.String)"]

value
Type: SystemSingle

[Missing <param name="value"/> documentation for "M:VRage.ProfilerShort.CustomValue(System.String,System.Single,System.Nullable{VRage.Library.Utils.MyTimeSpan},System.String,System.String,System.String,System.Int32,System.String)"]

customTime
Type: SystemNullableMyTimeSpan

[Missing <param name="customTime"/> documentation for "M:VRage.ProfilerShort.CustomValue(System.String,System.Single,System.Nullable{VRage.Library.Utils.MyTimeSpan},System.String,System.String,System.String,System.Int32,System.String)"]

timeFormat (Optional)
Type: SystemString

[Missing <param name="timeFormat"/> documentation for "M:VRage.ProfilerShort.CustomValue(System.String,System.Single,System.Nullable{VRage.Library.Utils.MyTimeSpan},System.String,System.String,System.String,System.Int32,System.String)"]

valueFormat (Optional)
Type: SystemString

[Missing <param name="valueFormat"/> documentation for "M:VRage.ProfilerShort.CustomValue(System.String,System.Single,System.Nullable{VRage.Library.Utils.MyTimeSpan},System.String,System.String,System.String,System.Int32,System.String)"]

member (Optional)
Type: SystemString

[Missing <param name="member"/> documentation for "M:VRage.ProfilerShort.CustomValue(System.String,System.Single,System.Nullable{VRage.Library.Utils.MyTimeSpan},System.String,System.String,System.String,System.Int32,System.String)"]

line (Optional)
Type: SystemInt32

[Missing <param name="line"/> documentation for "M:VRage.ProfilerShort.CustomValue(System.String,System.Single,System.Nullable{VRage.Library.Utils.MyTimeSpan},System.String,System.String,System.String,System.Int32,System.String)"]

file (Optional)
Type: SystemString

[Missing <param name="file"/> documentation for "M:VRage.ProfilerShort.CustomValue(System.String,System.Single,System.Nullable{VRage.Library.Utils.MyTimeSpan},System.String,System.String,System.String,System.Int32,System.String)"]

See Also