[To be supplied.]
[Visual Basic] Public Shared Function GenerateGuidForType( _ ByVal type As Type _ ) As Guid [C#] public static Guid GenerateGuidForType( Type type ); [C++] public: static Guid GenerateGuidForType( Type* type ); [JScript] public static function GenerateGuidForType( type : Type ) : Guid;
Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace