AsmResolver.Net.TypeSystem.GetMscorlibType C# (CSharp) Метод

GetMscorlibType() публичный Метод

public GetMscorlibType ( string name ) : MsCorLibTypeSignature
name string
Результат AsmResolver.Net.Signatures.MsCorLibTypeSignature
        public MsCorLibTypeSignature GetMscorlibType(string name)
        {
            MsCorLibTypeSignature signature;
            _typesByName.TryGetValue(name, out signature);
            return signature;
        }

Same methods

TypeSystem::GetMscorlibType ( ElementType elementType ) : MsCorLibTypeSignature
TypeSystem::GetMscorlibType ( ITypeDescriptor type ) : MsCorLibTypeSignature