Click or drag to resize
NetProfilerBegin Method

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

Starts net profiling block.

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public static void Begin(
	string blockName = null,
	int forceOrder = 2147483647,
	string member = "",
	int line = 0,
	string file = ""
)

Parameters

blockName (Optional)
Type: SystemString

[Missing <param name="blockName"/> documentation for "M:VRage.NetProfiler.Begin(System.String,System.Int32,System.String,System.Int32,System.String)"]

forceOrder (Optional)
Type: SystemInt32

[Missing <param name="forceOrder"/> documentation for "M:VRage.NetProfiler.Begin(System.String,System.Int32,System.String,System.Int32,System.String)"]

member (Optional)
Type: SystemString

[Missing <param name="member"/> documentation for "M:VRage.NetProfiler.Begin(System.String,System.Int32,System.String,System.Int32,System.String)"]

line (Optional)
Type: SystemInt32

[Missing <param name="line"/> documentation for "M:VRage.NetProfiler.Begin(System.String,System.Int32,System.String,System.Int32,System.String)"]

file (Optional)
Type: SystemString

[Missing <param name="file"/> documentation for "M:VRage.NetProfiler.Begin(System.String,System.Int32,System.String,System.Int32,System.String)"]

See Also