C# Class Compat.Program

Show file Open project: mcneel/compat

Private Methods

Method Description
CheckAbstractMethods ( TypeDefinition type ) : bool

Checks that all abstract methods and properties of the base class have been implemented.

Resolves the base class against the reference assemblies supplied on the command line.

GetAllTypesAndNestedTypes ( IEnumerable types ) : List

Gets all types and nested types recursively.

GetOperandScope ( object operand ) : IMetadataScope

Attempt to get the scope if an operand is either a field, a method or a class.

IsPInvoke ( object operand, ModuleReference &nativeLib ) : bool

Checks if the operand calls a native library, via PInvoke.

Main ( string args ) : int
TryResolve ( object operand ) : bool

Try to resolve an operand if it is either a field, a method or a class.

Usage ( string message ) : void