Click or drag to resize
MyAPIUtilitiesIMyUtilitiesGetTypeName Method

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

[Missing <summary> documentation for "M:Sandbox.ModAPI.MyAPIUtilities.VRage#Game#ModAPI#IMyUtilities#GetTypeName(System.Type)"]

Namespace: Sandbox.ModAPI
Assembly: Sandbox.Game (in Sandbox.Game.dll) Version: 0.1.5991.32293
Syntax
C#
string IMyUtilities.GetTypeName(
	Type type
)

Parameters

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:Sandbox.ModAPI.MyAPIUtilities.VRage#Game#ModAPI#IMyUtilities#GetTypeName(System.Type)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Sandbox.ModAPI.MyAPIUtilities.VRage#Game#ModAPI#IMyUtilities#GetTypeName(System.Type)"]

Implements

IMyUtilitiesGetTypeName(Type)
See Also