Class Extensions
Inheritance
System.Object
Extensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cosmos.VS.DebugEngine.Utilities
Assembly: Cosmos.VS.DebugEngine.dll
Syntax
public static class Extensions
Methods
| Improve this Doc View SourceGetFullName(MethodBase)
Declaration
public static string GetFullName(this MethodBase aMethod)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.MethodBase | aMethod |
Returns
Type | Description |
---|---|
System.String |
GetFullName(Type)
Declaration
public static string GetFullName(this Type aType)
Parameters
Type | Name | Description |
---|---|---|
System.Type | aType |
Returns
Type | Description |
---|---|
System.String |
HasFlag(enum_FRAMEINFO_FLAGS, enum_FRAMEINFO_FLAGS)
Declaration
public static bool HasFlag(this enum_FRAMEINFO_FLAGS aThis, enum_FRAMEINFO_FLAGS aFlag)
Parameters
Type | Name | Description |
---|---|---|
enum_FRAMEINFO_FLAGS | aThis | |
enum_FRAMEINFO_FLAGS | aFlag |
Returns
Type | Description |
---|---|
System.Boolean |