PERWAPI.PtrType.GetBaseType C# (CSharp) Method

GetBaseType() public method

public GetBaseType ( ) : Type
return Type
        public Type GetBaseType()
        {
            return baseType;
        }