Class LabelName
Inheritance
System.Object
LabelName
Assembly: IL2CPU.API.dll
Syntax
public static class LabelName : object
Properties
|
Improve this Doc
View Source
LabelCount
Declaration
public static int LabelCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
FilterStringForIncorrectChars(String)
Declaration
public static string FilterStringForIncorrectChars(string aName)
Parameters
Type |
Name |
Description |
System.String |
aName |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Final(String)
Declaration
public static string Final(string xName)
Parameters
Type |
Name |
Description |
System.String |
xName |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Get(MethodBase)
Declaration
public static string Get(MethodBase aMethod)
Parameters
Type |
Name |
Description |
MethodBase |
aMethod |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Get(String, Int32)
Declaration
public static string Get(string aMethodLabel, int aIlPos)
Parameters
Type |
Name |
Description |
System.String |
aMethodLabel |
|
System.Int32 |
aIlPos |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetFullName(FieldInfo)
Declaration
public static string GetFullName(FieldInfo aField)
Parameters
Type |
Name |
Description |
FieldInfo |
aField |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetFullName(MethodBase, Boolean)
Get the full name for the method
Declaration
public static string GetFullName(MethodBase aMethod, bool aAssemblyIncluded = true)
Parameters
Type |
Name |
Description |
MethodBase |
aMethod |
|
System.Boolean |
aAssemblyIncluded |
If true, id of assembly is included
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetFullName(Type, Boolean)
Get internal name for the type
Declaration
public static string GetFullName(Type aType, bool aAssemblyIncluded = true)
Parameters
Type |
Name |
Description |
Type |
aType |
|
System.Boolean |
aAssemblyIncluded |
If true, the assembly id is included
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetManifestResourceStreamName(FieldInfo)
Gets a label for the given Manifest Resource Stream
Declaration
public static string GetManifestResourceStreamName(FieldInfo aField)
Parameters
Type |
Name |
Description |
FieldInfo |
aField |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetManifestResourceStreamName(Type, String)
Gets a label for the given Manifest Resource Stream
Declaration
public static string GetManifestResourceStreamName(Type aType, string aField)
Parameters
Type |
Name |
Description |
Type |
aType |
|
System.String |
aField |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetRandomLabel()
Declaration
public static string GetRandomLabel()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetStaticFieldName(FieldInfo)
Gets a label for the given static field
Declaration
public static string GetStaticFieldName(FieldInfo aField)
Parameters
Type |
Name |
Description |
FieldInfo |
aField |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetStaticFieldName(Type, String)
Gets a label for the given static field
Declaration
public static string GetStaticFieldName(Type aType, string aField)
Parameters
Type |
Name |
Description |
Type |
aType |
|
System.String |
aField |
|
Returns
Type |
Description |
System.String |
|