Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the type of reference: assembly, COM, or native.
Namespace: VSLangProj80
Assembly: VSLangProj80 (in VSLangProj80.dll)
Syntax
'Declaration
ReadOnly Property RefType As UInteger
uint RefType { get; }
property unsigned int RefType {
unsigned int get ();
}
abstract RefType : uint32
function get RefType () : uint
Property Value
Type: System.UInt32
A System.UInt32 value representing the reference type.
Remarks
The value of the UInt represents the reference type:
Reference Type |
Value Returned |
---|---|
Assembly |
1 |
COM |
2 |
Native |
3 |
Examples
See Reference3 for an example.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.