Support.Imp 메서드

정의

두 식에 대한 논리적 의미를 수행합니다.

오버로드

Name Description
Imp(Object, Object)
사용되지 않음.

Object 식에 대한 논리적 의미를 수행합니다.

Imp(Int64, Int64)
사용되지 않음.

Int64 식에 대한 논리적 의미를 수행합니다.

Imp(Int32, Int32)
사용되지 않음.

Int32 식에 대한 논리적 의미를 수행합니다.

Imp(Byte, Byte)
사용되지 않음.

Byte 식에 대한 논리적 의미를 수행합니다.

Imp(Boolean, Boolean)
사용되지 않음.

Boolean 식에 대한 논리적 의미를 수행합니다.

Imp(Int16, Int16)
사용되지 않음.

Int16 식에 대한 논리적 의미를 수행합니다.

Imp(Object, Object)

주의

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

Object 식에 대한 논리적 의미를 수행합니다.

public:
 static System::Object ^ Imp(System::Object ^ a, System::Object ^ b);
public static object Imp(object a, object b);
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public static object Imp(object a, object b);
static member Imp : obj * obj -> obj
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
static member Imp : obj * obj -> obj
Public Function Imp (a As Object, b As Object) As Object

매개 변수

a
Object

식입니다 Object .

b
Object

식입니다 Object .

반품

Object 결과가 들어 있는 항목입니다.

특성

설명

Visual Basic 6.0 Imp 연산자는 더 이상 Visual Basic 지원되지 않습니다. 이 함수는 업그레이드 도구에서 프로젝트 업그레이드 중에 운영자를 Imp 대체하는 데 사용됩니다. 업그레이드하는 동안 Variant 데이터 형식은 .로 Object업그레이드됩니다.

Visual Basic NotXOr 사용하여 Imp 대체합니다.

메모

Microsoft.VisualBasic.Compatibility.VB6 네임스페이스의 함수 및 개체는 Visual Basic 6.0에서 Visual Basic 2008로 업그레이드하는 도구에서 사용할 수 있도록 제공됩니다. 대부분의 경우 이러한 함수와 개체는 .NET Framework의 다른 네임스페이스에서 찾을 수 있는 기능을 복제합니다. Visual Basic 6.0 코드 모델이 .NET Framework 구현과 크게 다른 경우에만 필요합니다.

추가 정보

적용 대상

Imp(Int64, Int64)

주의

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

Int64 식에 대한 논리적 의미를 수행합니다.

public:
 static long Imp(long a, long b);
public static long Imp(long a, long b);
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public static long Imp(long a, long b);
static member Imp : int64 * int64 -> int64
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
static member Imp : int64 * int64 -> int64
Public Function Imp (a As Long, b As Long) As Long

매개 변수

a
Int64

Long 식입니다.

b
Int64

Long 식입니다.

반품

결과를 포함하는 A Long 입니다.

특성

설명

Visual Basic 6.0 Imp 연산자는 더 이상 Visual Basic 지원되지 않습니다. 이 함수는 업그레이드 도구에서 프로젝트 업그레이드 중에 운영자를 Imp 대체하는 데 사용됩니다.

Visual Basic NotXOr 사용하여 Imp 대체합니다.

메모

Microsoft.VisualBasic.Compatibility.VB6 네임스페이스의 함수 및 개체는 Visual Basic 6.0에서 Visual Basic 2008로 업그레이드하는 도구에서 사용할 수 있도록 제공됩니다. 대부분의 경우 이러한 함수와 개체는 .NET Framework의 다른 네임스페이스에서 찾을 수 있는 기능을 복제합니다. Visual Basic 6.0 코드 모델이 .NET Framework 구현과 크게 다른 경우에만 필요합니다.

추가 정보

적용 대상

Imp(Int32, Int32)

주의

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

Int32 식에 대한 논리적 의미를 수행합니다.

public:
 static int Imp(int a, int b);
public static int Imp(int a, int b);
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public static int Imp(int a, int b);
static member Imp : int * int -> int
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
static member Imp : int * int -> int
Public Function Imp (a As Integer, b As Integer) As Integer

매개 변수

a
Int32

식입니다 Integer .

b
Int32

식입니다 Integer .

반품

Integer 결과가 들어 있는 항목입니다.

특성

설명

Visual Basic 6.0 Imp 연산자는 더 이상 Visual Basic 지원되지 않습니다. 이 함수는 업그레이드 도구에서 프로젝트 업그레이드 중에 운영자를 Imp 대체하는 데 사용됩니다.

Visual Basic NotXOr 사용하여 Imp 대체합니다.

메모

Microsoft.VisualBasic.Compatibility.VB6 네임스페이스의 함수 및 개체는 Visual Basic 6.0에서 Visual Basic 2008로 업그레이드하는 도구에서 사용할 수 있도록 제공됩니다. 대부분의 경우 이러한 함수와 개체는 .NET Framework의 다른 네임스페이스에서 찾을 수 있는 기능을 복제합니다. Visual Basic 6.0 코드 모델이 .NET Framework 구현과 크게 다른 경우에만 필요합니다.

추가 정보

적용 대상

Imp(Byte, Byte)

주의

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

Byte 식에 대한 논리적 의미를 수행합니다.

public:
 static System::Byte Imp(System::Byte a, System::Byte b);
public static byte Imp(byte a, byte b);
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public static byte Imp(byte a, byte b);
static member Imp : byte * byte -> byte
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
static member Imp : byte * byte -> byte
Public Function Imp (a As Byte, b As Byte) As Byte

매개 변수

a
Byte

Byte 식입니다.

b
Byte

Byte 식입니다.

반품

결과를 포함하는 A Byte 입니다.

특성

설명

Visual Basic 6.0 Imp 연산자는 더 이상 Visual Basic 지원되지 않습니다. 이 함수는 업그레이드 도구에서 프로젝트 업그레이드 중에 운영자를 Imp 대체하는 데 사용됩니다.

Visual Basic NotXOr 사용하여 Imp 대체합니다.

메모

Microsoft.VisualBasic.Compatibility.VB6 네임스페이스의 함수 및 개체는 Visual Basic 6.0에서 Visual Basic 2008로 업그레이드하는 도구에서 사용할 수 있도록 제공됩니다. 대부분의 경우 이러한 함수와 개체는 .NET Framework의 다른 네임스페이스에서 찾을 수 있는 기능을 복제합니다. Visual Basic 6.0 코드 모델이 .NET Framework 구현과 크게 다른 경우에만 필요합니다.

추가 정보

적용 대상

Imp(Boolean, Boolean)

주의

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

Boolean 식에 대한 논리적 의미를 수행합니다.

public:
 static bool Imp(bool a, bool b);
public static bool Imp(bool a, bool b);
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public static bool Imp(bool a, bool b);
static member Imp : bool * bool -> bool
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
static member Imp : bool * bool -> bool
Public Function Imp (a As Boolean, b As Boolean) As Boolean

매개 변수

a
Boolean

Boolean 식입니다.

b
Boolean

Boolean 식입니다.

반품

결과를 포함하는 A Boolean 입니다.

특성

설명

Visual Basic 6.0 Imp 연산자는 더 이상 Visual Basic 지원되지 않습니다. 이 함수는 업그레이드 도구에서 프로젝트 업그레이드 중에 운영자를 Imp 대체하는 데 사용됩니다.

Visual Basic Imp 대신 NotXOr 사용합니다.

메모

Microsoft.VisualBasic.Compatibility.VB6 네임스페이스의 함수 및 개체는 Visual Basic 6.0에서 Visual Basic 2008로 업그레이드하는 도구에서 사용할 수 있도록 제공됩니다. 대부분의 경우 이러한 함수와 개체는 .NET Framework의 다른 네임스페이스에서 찾을 수 있는 기능을 복제합니다. Visual Basic 6.0 코드 모델이 .NET Framework 구현과 크게 다른 경우에만 필요합니다.

추가 정보

적용 대상

Imp(Int16, Int16)

주의

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

Int16 식에 대한 논리적 의미를 수행합니다.

public:
 static short Imp(short a, short b);
public static short Imp(short a, short b);
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public static short Imp(short a, short b);
static member Imp : int16 * int16 -> int16
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
static member Imp : int16 * int16 -> int16
Public Function Imp (a As Short, b As Short) As Short

매개 변수

a
Int16

Short 식입니다.

b
Int16

Short 식입니다.

반품

결과를 포함하는 A Short 입니다.

특성

설명

Visual Basic 6.0 Imp 연산자는 더 이상 Visual Basic 지원되지 않습니다. 이 함수는 업그레이드 도구에서 프로젝트 업그레이드 중에 운영자를 Imp 대체하는 데 사용됩니다.

Visual Basic NotXOr 사용하여 Imp 대체합니다.

메모

Microsoft.VisualBasic.Compatibility.VB6 네임스페이스의 함수 및 개체는 Visual Basic 6.0에서 Visual Basic 2008로 업그레이드하는 도구에서 사용할 수 있도록 제공됩니다. 대부분의 경우 이러한 함수와 개체는 .NET Framework의 다른 네임스페이스에서 찾을 수 있는 기능을 복제합니다. Visual Basic 6.0 코드 모델이 .NET Framework 구현과 크게 다른 경우에만 필요합니다.

추가 정보

적용 대상